table of contents
sds_tqueue(3) | dirsrv | sds_tqueue(3) |
NAME¶
sds_tqueue -
SYNOPSIS¶
#include <sds.h>
Data Fields¶
sds_queue * uq
pthread_mutex_t lock
Detailed Description¶
Implement a thread safe wrapper around an sds queue. This guarantees multithread safety to the operations of the queue.
Field Documentation¶
pthread_mutex_t sds_tqueue::lock¶
Lock that protects queue operations.
sds_queue* sds_tqueue::uq¶
Pointer to the underlying queue structure.
Author¶
Generated automatically by Doxygen for dirsrv from the source code.
Tue Jun 4 2024 | Version 1.3.11.12 |